com.sabro.jbusiness.sys
Class SysEscopo.SysEscopoEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.sabro.jbusiness.sys.SysEscopo.SysEscopoEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SysEscopo

public static class SysEscopo.SysEscopoEvent
extends java.util.EventObject

SysEscopoEvent é usada para notificar os observadores que o SysEscopo foi alterado.

See Also:
Serialized Form

Constructor Summary
SysEscopo.SysEscopoEvent(SysEscopo source, SysEscopo.SysEscopoEventType sysEscopoEventType)
           
SysEscopo.SysEscopoEvent(SysEscopo source, SysEscopo.SysEscopoEventType sysEscopoEventType, SysRegistro sysRegistro)
           
SysEscopo.SysEscopoEvent(SysValor source, SysEscopo.SysEscopoEventType sysEscopoEventType, SysRegistro sysRegistro, java.lang.Object newValor)
           
 
Method Summary
 SysEscopo.SysEscopoEventType getSysEscopoEventType()
           
 SysRegistro getSysRegistro()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SysEscopo.SysEscopoEvent

public SysEscopo.SysEscopoEvent(SysEscopo source,
                                SysEscopo.SysEscopoEventType sysEscopoEventType)

SysEscopo.SysEscopoEvent

public SysEscopo.SysEscopoEvent(SysEscopo source,
                                SysEscopo.SysEscopoEventType sysEscopoEventType,
                                SysRegistro sysRegistro)

SysEscopo.SysEscopoEvent

public SysEscopo.SysEscopoEvent(SysValor source,
                                SysEscopo.SysEscopoEventType sysEscopoEventType,
                                SysRegistro sysRegistro,
                                java.lang.Object newValor)
Method Detail

getSysRegistro

public SysRegistro getSysRegistro()

getSysEscopoEventType

public SysEscopo.SysEscopoEventType getSysEscopoEventType()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject